The mapping module of domingo is a utility to simplify mapping of a Notes documents to a Java object and back.
It is used as an integral part of the groupware module, but can also be used in form of custom mappers for any other objects.
As an example about how to use the mapping, please read the source code of the email mapper and the calendar-entry mapper in the the groupware module.
For further details please read the JavaDoc of the domingo mapping module .